Retrieves the manifest for a specified tool.
Manifest successfully retrieved.
Bad Request
Not Authorized
Not Found
{- "type": "RETRIEVAL",
- "name": "string",
- "displayName": "string",
- "toolId": "string",
- "displayDescription": "string",
- "logoUrl": "string",
- "objectName": [
- "HR ticket",
- "Email",
- "Chat message"
], - "knowledgeType": "NEUTRAL_KNOWLEDGE",
- "createdBy": {
- "name": "string",
- "obfuscatedId": "string"
}, - "lastUpdatedBy": {
- "name": "string",
- "obfuscatedId": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "writeActionType": "REDIRECT",
- "auth": {
- "isOnPrem": true,
- "usesCentralAuth": true,
- "type": "NONE",
- "grantType": "AUTH_CODE",
- "status": "AWAITING_AUTH",
- "client_url": "string",
- "scopes": [
- "string"
], - "audiences": [
- "string"
], - "authorization_url": "string",
- "lastAuthorizedAt": "2019-08-24T14:15:22Z"
}, - "permissions": {
- "write": {
- "scopeType": "GLOBAL",
- "create": true,
- "update": true,
- "delete": true
}
}, - "description": "string",
- "enablePreview": true,
- "actionType": "REDIRECT",
- "exampleQueries": [
- "string"
]
}